html {
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    height: calc(100vh - 80px);
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; 
    background: url(../Images/frozen-branch.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1; /* Ensure the background stays behind other content */
}

.hero-titles {
    position: absolute;
    bottom: 100px;
    left: 100px;
}

.hero-title {
    line-height: 1.2;
    text-align: left;
    letter-spacing: -0.01em;
    color: #A2D8EB;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    white-space: normal;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    padding-top: 96px;
}

.hero-title span {
    color: #fff;
}

.hero-subtitle {
    /* font-size: 36px; */
    line-height: 1.3;
    text-align: left;
    color: #FFF;
    white-space: normal;
    padding: 0 20px;
    /* display: flex; */
    flex-direction: column;
    padding-top: 20px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* .your-bold {
    white-space: nowrap;
} */

@media (max-width: 1000px) {
    .hero-titles {
        display: flex;
        flex-direction: column;
        align-items: center;
        left: 0;
        right: 0;
        bottom: 20px;
    }

    .hero-title {
        text-align: center;
    }

    .hero-subtitle {
        text-align: center;
    }
}

/* Examples Section */
.explanation-section {
    background-color: var(--blue-background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 0 96px 0;
    position: relative;
    z-index: 0;
}

.explanation-title {
    text-align: center;
    padding: 0 20px;
}

.explanation-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 160px;
    margin: 96px 160px 0px 160px;
}

.explanation-card {
    height: 480px;
    width: 420px;
    border-radius: 40px;
    background: linear-gradient(317.53deg, rgba(255, 255, 255, 0.4) 0%, #D0E2EE 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px); /* Note: backdrop-filter has minimal browser support */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.explanation-card-title {
    font-size: 40px;
    color: #517694;
    margin-top: 44px;
    display: flex;
    justify-content: center;
    text-align: center;
    /* word-wrap: break-word; */
}

.explanation-text {
    font-size: 24px;
    text-align: center;
    margin: 0 24px;
}

.explanation-text a {
    color: #517694;
    transition: 0.2s;
}

.explanation-text a:hover {
    color: #84a2b9;
}

.explanation-card i{
    font-size: 44px;
    color: #6A6162;
    margin-bottom: 44px;
}

.explanation-number {
    position: absolute;
    left: -16px;
    top: -16px;
    width: 52px;
    height: 52px;
    font-size: 24px;
    background-color: var(--yellow-logo);
    padding: 2px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 550;
}

@media (max-width: 1336px) {
    .explanation-cards {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media (max-width: 1136px) {
    .explanation-cards {
        gap: 60px;
    }
}

@media (max-width: 1036px) {
    .explanation-cards {
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media (max-width: 480px) {
    .explanation-card {
        height: auto;
        width: 100%;
        gap: 20px;
        /* border-radius: 20px; */
    }
    .explanation-card-title {
        margin: 44px 8px 0 8px;
    }
    .explanation-text {
        margin: 0 8px;
        /* font-size: 20px; */
    }

}

@media (max-width: 360px) {
    .explanation-text {
        font-size: 20px;
    }
    .explanation-card i{
        margin-bottom: 20px;
    }
    .explanation-card-title {
        margin-top: 20px;
    }
    .explanation-number {
        left: -12px;
        top: -12px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding: 1px;
    }
}

.branch5 {
    position: absolute;
    width: 250px;
    left: -10px;
    bottom: 440px;
    z-index: -1;
    transform: rotateZ(-10deg);
}

.branch6 {
    position: absolute;
    width: 180px;
    left: -50px;
    bottom: 315px;
    z-index: -2;
    transform: rotateY(180deg) rotateZ(-40deg);
}

.branch7 {
    position: absolute;
    width: 250px;
    right: -5px;
    bottom: -25px;
    z-index: -1;
    transform: rotateZ(-20deg);
}

.branch8 {
    position: absolute;
    width: 150px;
    right: -10px;
    bottom: 40px;
    z-index: -2;
    transform: rotateZ(-5deg);
}

.branch9 {
    position: absolute;
    width: 300px;
    right: -2px;
    bottom: 450px;
    z-index: -1;
    transform: rotateZ(-3deg);
    display: none;
}

@media (max-width: 962px) {
    .branch5 {
        width: 200px;
        left: -10px;
        bottom: 740px;
    }
    .branch6 {
        width: 130px;
        left: -20px;
        bottom: 640px;
    }
    .branch7 {
        width: 200px;
        right: -25px;
        bottom: -25px;
    }
    .branch8 {
        width: 100px;
        right: -10px;
        bottom: 40px;
    }
    .branch9 {
        display: block;
        width: 200px;
        right: -60px;
        bottom: 1500px;
    }
}

/* Questions Section */
.questions-section {
    background-color: var(--blue-background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 0 48px 0;
    position: relative;
    z-index: 0;
}

.questions-title {
    text-align: center;
    padding: 0 20px;
}

.questions-container {
    margin: 96px 16px 48px 16px;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: stretch;
    /* columns: 400px; */
    gap: 24px;
}

.question-answer-container {
    /* background-color: white;
    padding: 12px 48px; */
    font-size: 32px;
    /* display: flex; */
    /* justify-content: space-between;
    align-items: center;
    max-width: 800px;
    width: 100%;
    height: 120px;
    cursor: pointer;
    gap: 40px;
    min-height: 120px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden; */
    max-width: 800px;
    width: 100%;
}

.question {
    background-color: white;
    padding: 12px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 40px;
    min-height: 120px;
    max-height: 160px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    line-height: 1.2;
    /* border-radius: 5px; */
}

.question:hover {
    background-color: #f0f0f0;
}

.question-answer-container i {
    color: #517694;
    transition: 0.3s ease;
}

.fa-minus {
    transform: rotate(180deg);
}

.answer {
    font-size: 24px;
    /* display: none; */
    max-height: 0;
    background-color: white;
    padding: 12px 48px;
    /* visibility: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 800px; */
    /* width: 100%; */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: max-height 0.4s;
    display: none;
    line-height: 1.2;
}

.answer a{
    color: #517694;
    transition: 0.2s;
}

.answer a:hover {
    color: #84a2b9;
}

.answer.open {
    /* position: absolute; */
    /* top: 121px; */
    /* display: block; */
    max-height: 600px;
    /* height: 120px; */
    overflow: hidden;
    display: block;
    /* padding: 12px 48px; */
    /* visibility: visible; */
}

@media (max-width: 700px) {
    .question {
        font-size: 24px;
        padding: 6px 24px;
        gap: 12px;
    }
    .answer {
        padding: 6px 24px;
    }
}

.branch1 {
    position: absolute;
    width: 250px;
    left: -10px;
    bottom: 0px;
    z-index: -1;
}

.branch2 {
    position: absolute;
    width: 250px;
    right: -40px;
    bottom: -50px;
    z-index: -1;
}

.branch3 {
    position: absolute;
    width: 180px;
    left: -50px;
    bottom: -55px;
    z-index: -2;
    transform: rotateY(180deg) rotateZ(-40deg);
}

.branch4 {
    position: absolute;
    width: 150px;
    right: -40px;
    bottom: -10px;
    z-index: -2;
}

@media (max-width: 900px) {
    .branch1 {
        width: 150px;
        left: -40px;
        bottom: 0px;
    }
    .branch2 {
        width: 150px;
        right: -50px;
        bottom: -50px;
    }
    .branch3 {
        width: 100px;
        left: -40px;
        bottom: -35px;
    }
    .branch4 {
        width: 80px;
        right: -25px;
        bottom: 0px;
    }
}

/* Customization Form */
.customization-section {
    background-color: var(--blue-grey-background);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 0 48px 0;
}

.customization-title {
    padding: 0 20px 24px 20px;
    text-align: center;
}

.form-disclaimer {
    text-align: center;
    font-size: 24px;
    padding: 0 20px 24px 20px;
    max-width: 800px;
}

.customization-form-container {
    border: 1px dashed #517694;
    text-align: center;
    padding: 0 48px;
    margin: 0 20px;
}

.customization-form-container .small-title {
    font-weight: 550;
    padding-top: 48px;
}

.form-subtitle {
    font-size: 24px;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 48px;
}

.form-subtitle a {
    color: #517694;
    transition: 0.2s;
}

.form-subtitle a:hover {
    color: #84a2b9;
}

.category-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    font-size: 24px;
}

.category-btn {
    padding: 24px 12px;
    /* padding: 12px; */
    border-radius: 400px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: #000;
    background-color: var(--blue-button);
    transition: 0.2s;
    line-height: 1;
}

.category-btn:hover {
    box-shadow: 8px 8px 0px var(--yellow-logo);
    color: #FFF;
}

.category-buttons input[type="radio"] {
    display: none;
}

.category-buttons input[type="radio"]:checked + .category-btn{
    background-color: var(--yellow-logo);
}

.category-buttons input[type="radio"]:checked:hover + .category-btn{
    box-shadow: none;
    color: black;
}


.color-choiches {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 24px;
    /* text-align: left; */
}

@media (max-width: 450px) {
    .color-choiches {
        margin-left: 32px;
    }
    /* .color-wrapper {
        text-align: left;
    } */
}


.color-wrapper input[type="radio"]{
    display: none;
}

.color-wrapper label {
    transition: 0.2s;
    cursor: pointer;
    position: relative;
    padding-left: 16px;
}

.color-wrapper label:hover {
    color: var(--blue-button);
}

.color-wrapper label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -44px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 1px solid #6e6e6e;
    border-radius: 50%;
    background-color: #fff;
}

.color-wrapper input[type="radio"]:checked + label::before{
    background-image: url(../Images/logo-cut.png);
    background-position: center;
    background-size: 32px;
    border: none;
}

.painting-format-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding-top: 48px;
}

.input-format-container {
    position: relative;
    height: 10rem;
    width: 10rem;
    /* margin: 48px 0; */
    /* border: #000 1px solid; */
}

.form-format-selection {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

 .format-name-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
    /* border: 2px solid #0165E1; */
    border-radius: 8px;
    transition: all 300ms ease;
}

.format-name-image i {
    font-size: 5rem;
    padding: 0 3rem;
}

.format-name-image label {
    font-size: 24px;
    margin-bottom: -50px;
}

/* .input-format-container input:checked + .format-name-image {
    background-color: #dcecff;
} */

.input-format-container input:hover + .format-name-image {
    box-shadow: 0 0 12px var(--blue-button);
    transform: scale(1.1);
    
}

/* .input-format-container input:checked + .format-name-image label {
    color: var(--yellow-logo);
} */

.input-format-container input:checked + .format-name-image i {
    color: var(--yellow-logo);
    /* color: #fff; */
    /* background-color: #000; */
    text-shadow: 1px 1px 0px var(--yellow-logo), -1px -1px 0px var(--yellow-logo), -1px 1px 0px var(--yellow-logo), 1px -1px 0px var(--yellow-logo);
}

/* .input-format-container input:checked + .format-name-image label {
    color: #fff;
    text-shadow: 1px 1px 0px var(--yellow-logo), -1px -1px 0px var(--yellow-logo), -1px 1px 0px var(--yellow-logo), 1px -1px 0px var(--yellow-logo);
} */

.size-message {
    font-size: 24px;
    color: red;
    margin-bottom: 20px;
}

.size-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding-top: 48px;
}

.input-size-container {
    position: relative;
    height: 10rem;
    width: 10rem;
    margin: 0.5rem;
    cursor: pointer;
}

.form-size-selection {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.size-name-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* height: 100%; */
    border-radius: 8px;
    transition: all 300ms ease;
    padding: 8px 0 0 0;
}

.size-name-image i {
    font-size: 5rem;
    padding: 0 3rem;
}
/* 
.fa-sm {
    font-size: 70px;
} */

.painting-size-wrapper label {
    font-size: 24px;
    /* margin-bottom: -50px; */
}

.size-name-image .price {
    cursor: pointer;
    font-size: 16px;
}

/* .input-size-container input:checked + .size-name-image {
    background-color: #dcecff;
} */

.input-size-container input:hover + .size-name-image {
    box-shadow: 0 0 12px var(--blue-button);
    transform: scale(1.1);
}

.input-size-container input:checked + .size-name-image i {
    color: var(--yellow-logo);
    /* color: #fff; */
    /* background-color: #000; */
    text-shadow: 1px 1px 0px var(--yellow-logo), -1px -1px 0px var(--yellow-logo), -1px 1px 0px var(--yellow-logo), 1px -1px 0px var(--yellow-logo);
}

/* .input-size-container input:checked + .size-name-image label {
    color: #fff;
    text-shadow: 1px 1px 0px var(--yellow-logo), -1px -1px 0px var(--yellow-logo), -1px 1px 0px var(--yellow-logo), 1px -1px 0px var(--yellow-logo);
} */

.exact-size-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 48px;
    font-size: 24px;
}

.hidden {
    display: none;
}

.side-options-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 24px;
}
  
.input-side-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
  
.input-side-container input[type="radio"] {
    display: none;
}


.form-side-selection {
    transform: scale(1.3);
    cursor: pointer;
}
  
.input-side-container label {
    transition: 0.2s;
    cursor: pointer;
    position: relative;
    padding-left: 16px;
}
  
.input-side-container label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -44px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 1px solid #6e6e6e;
    border-radius: 50%;
    background-color: #fff;
}

.input-side-container input[type="radio"]:checked + label::before{
    background-image: url(../Images/logo-cut.png);
    background-position: center;
    background-size: 32px;
    border: none;
}

.input-side-container label:hover {
    color: var(--blue-button);
}
  
.examples-title {
    margin-top: 48px;
    text-decoration: underline;
}

.example-images {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

.example-images img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.example-images .example-text {
    font-size: 16px;
    /* font-weight: 550; */
}

@media (max-width: 450px) {
    .input-side-container {
        margin-left: 32px;
    }
}

.pr_form_input {
    width: 90%;
    background-color: hsla(208, 50%, 50%, 0.065);
    background-color: hsla(202, 100%, 92%, 0.808);
    padding: 1.5rem 1.35rem calc(0.75rem - 2px) 1.35rem;
    border: none;
    outline: none;
    font-family: inherit;
    border-radius: 20px;
    color: black;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid transparent;
    box-shadow: 0 0 0 0px hsla(208, 92%, 54%, 0.169);
    transition: 0.3s;
}

.form-name-wrapper {
    display: grid;
    margin-top: 2.55rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    /* margin: 0 20px; */
}

.input-wrap {
    position: relative;
}

.w-100 {
    grid-column: span 2;
}

.single-column {
    grid-column: span 2;
    justify-self: center;
    width: 50%;
}

.pr_form_input:hover {
    background-color: hsla(208, 50%, 50%, 14%);
    background-color: hsl(0, 0%, 100%);
}

.input-wrap label {
    position: absolute;
    top: 50%;
    left: calc(1.35rem + 2px);
    transform: translateY(-50%);
    pointer-events: none;
    color: #9ca7b6;
    transition: 0.25s;
    font-size: 1.25rem;
}

.input-wrap .icon {
    position: absolute;
    right: calc(1.35rem + 2px);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #8c9aaf;
    font-size: 1.25rem;
    transition: 0.3s;
}

textarea.pr_form_input {
    resize: none;
    width: 94%;
    min-height: 150px;
    padding: 1.5rem 1.35rem calc(0.75rem - 2px) 1.35rem;
    word-wrap: break-word;
}

@media (max-width: 800px) {
    textarea.pr_form_input {
        width: 90%;
    }
}

@media (max-width: 500px) {
    textarea.pr_form_input {
        width: 86%;
    }
    .pr_form_btn {
        min-width: 100px;
    }
}

@media (max-width: 450px) {
    textarea.pr_form_input {
        width: 86%;
    }

    .pr_form_input {
        width: 80%;
    }

    .customization-form-container {
        padding: 0 16px;
    }
}

@media (max-width: 380px) {


    .pr_form_input {
        width: 70%;
        padding: 1.5rem 1.35rem calc(0.75rem - 2px) 1.35rem;
    }
    textarea.pr_form_input {
        width: 70%;
    }
    .customization-form-container {
        padding: 0 16px;
    }
    .input-wrap label {
        left: calc(2.35rem + 2px);
    }
    
    .input-wrap .icon {
        right: calc(2.35rem + 2px);
    }
}

textarea.pr_form_input ~ label {
    top: 1.2rem;
    transform: none;
}

textarea.pr_form_input ~ .icon {
    top: 1.3em;
    transform: none;
    /* margin-left: 150px; */
}

.input-wrap.focus .pr_form_input {
    background-color: hsla(208, 50%, 50%, 6.5%);
    background-color: white;
    border: 2px solid hsla(208, 91%, 55%);
    box-shadow: 0 0 0 5px hsla(208, 91%, 55%, 0.11);
}

.input-wrap.focus label{
    color: hsla(208, 91%, 55%);
}

.input-wrap.focus .icon{
    color: hsla(208, 91%, 55%);
}

.input-wrap.not-empty label {
    font-size: .88rem;
    top: 0.75rem;
    transform: translateY(0);
}

.pr_form_button {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    grid-column: span 2; */
    margin-top: 1rem;
    width: 100%;
    
}

.pr_form_btn {
    display: inline-block;
    padding: 1.1rem 2rem;
    background-color: var(--yellow-logo);
    color: #fff;
    border-radius: 40px;
    border: none;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
    width: 50%;
    min-width: 300px;
    font-size: 24px;
}

@media (max-width: 500px) {
    .pr_form_btn {
        width: fit-content;
        min-width: unset;
    }
}

.pr_form_btn:hover {
    background-color: hsl(36, 90%, 60%);
}

.pr_form_btn.upload {
    position: relative;
    background-color: hsla(208, 50%, 50%, 6.5%);
    background-color: var(--blue-button);
    color: #000;
}

/* .pr_form_btn.upload span{
    color: #9ca7b6;
    color: #000;
} */

.pr_form_btn.upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: red;
    cursor: pointer;
    opacity: 0;
}

.pr_form_btn.upload:hover {
    /* background-color: hsla(208, 50%, 50%, 14%); */
    box-shadow: 8px 8px 0px var(--yellow-logo);
    color: #FFF;
}

.file-preview {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.file-preview .file-container {
    position: relative;
    width: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.file-preview img, .file-preview .file-icon {
    width: 100%;
    height: 150px; /* Same height for both images and icons */
    object-fit: cover;
    border-radius: 8px;
}

.file-preview .file-icon i {
    font-size: 4em; /* Adjust the size to fit the height */
    color: #666; /* Optional: color for the icons */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.file-preview .file-name {
    margin-top: -50px;
    font-size: 0.9rem;
    word-break: break-word;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-preview .remove-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}

.submission-message {
    padding-top: 48px;
    padding-bottom: 0;
}

/* .agree-terms {
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    max-width: 800px;
    margin: auto;
}

.agree-terms i:hover {
    cursor: pointer;
}

.agree-terms a {
    text-decoration: none;
    color: #000;
} */

.agree-terms {
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    max-width: 800px;
    margin: auto;
}

.agree-terms input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #517694;
    cursor: pointer;
}

.agree-terms label {
    /* display: flex; */
    /* align-items: center; */
    gap: 6px;
    cursor: pointer;
}

.agree-terms a {
    text-decoration: underline;
    color: #517694;
    transition: 0.2s;
}

.agree-terms a:hover {
    color: #84a2b9;
}

.submit-button {
    margin-top: 0;
    padding-bottom: 48px;
}

.submit-button .pr_form_btn {
    box-shadow: 8px 8px 0px #322001;
    width: 30%;
    min-width: 200px;
}

@media (max-width: 800px) {
    .responsive-width {
        width: 106%;
        grid-column: span 2;
        justify-self: center;
    }
    
    .single-column {
        width: 106%;
    }
}

#customization-form {
    scroll-margin-top: 80px;
}